projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a558e6
)
Fix default of which-key-replacement-alist
author
Justin Burkett
<justin@burkett.cc>
Mon, 21 Jun 2021 18:00:54 +0000
(14:00 -0400)
committer
Justin Burkett
<justin@burkett.cc>
Mon, 21 Jun 2021 18:00:54 +0000
(14:00 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index 5c2ca802f74e886a7eddadbaef018e160a9cceea..bb1cf01ba45072dd007498b9a9e2115f9876cd60 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-152,9
+152,7
@@
remapped given the currently active keymaps."
(defcustom which-key-replacement-alist
(delq nil
- `(((nil . "Prefix Command") . (nil . "prefix"))
- ((nil . "\\`\\?\\?\\'") . (nil . "lambda"))
- ((nil . "which-key-show-next-page-no-cycle") . (nil . "wk next pg"))
+ `(((nil . "which-key-show-next-page-no-cycle") . (nil . "wk next pg"))
,@(unless which-key-dont-use-unicode
'((("<left>") . ("←"))
(("<right>") . ("→"))))